home *** CD-ROM | disk | FTP | other *** search
/ Power Programmierung / Power-Programmierung (Tewi)(1994).iso / magazine / dbms_mag / 9101 / desq3.jan < prev    next >
Text File  |  1990-11-01  |  480b  |  22 lines

  1.  
  2. Listing 3
  3.  
  4.      WinHan = WIN_New()  && get a window handle (32-bit long integer)
  5.  
  6. *WIN_AtSay() replaces @ 5, 3 SAY
  7. *WIN_AtGet() replaces @ 5, 13 SAY
  8.      WIN_AtSay(WinHan, 5, 3, "Password?")
  9.      WIN_AtGet(WinHan, 5, 13, memvar)
  10.  
  11.  
  12. *WIN_Mark() replaces ? "Message"
  13. *WIN_Mark2() replaces ?? " number two"
  14.      WIN_Mark(WinHan, "This is the first line of a TTY screen    write")
  15.      WIN_Mark2(WinHan, " and this appears immediately after      w/o
  16. CRLF")
  17.  
  18.  
  19.  
  20.  
  21.  
  22.